.navbar-register {
  padding: 15px;
  padding-bottom: 37px;
}

.path .disactive {
  padding-left: 9px;
  font-size: 14px;
  font-weight: bold;
  color: var(--neutral-gray);
  cursor: pointer;
}

.path .active {
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--neutral-dark-gray);
}

/*page otp*/

.input_otp {
  width: 43px;
  min-height: auto !important;
  padding: 0;
  height: 43px;
}

label {
  font-size: 15px !important;
  font-weight: bold !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tel {
  top: -30px !important
}

.tel_input {
  background-color: transparent;
  width: 35px;
  text-align: end;
  padding: 0;
}

input[type="tel"] , input[type="number"]:not(.product_counter)  {
  padding-left: 126px;
  padding-top: 9px !important;
}

.theinput {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  opacity: 0;
}

input::placeholder {
  color: var(--neutral-gray) !important;
  border-radius: 10px !important;
}

.otp-time {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: var(--main-black);
  padding-top: 23px;
}

.resend-otp {
  font-size: 20px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  color: var(--neutral-gray);
}

.card-body .otp {
  text-align: center;
  line-height: 15.2px;
  font-size: 18px;
  font-weight: bold;
}

/*checkbox*/


.form-adjustify .form-group .input-checkbox {}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid var(--semantic-green);
  border-radius: 3px;


}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #FFFFFF;

}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.input-checkbox {
  position: relative;
  right: 23px;
  z-index: 10000;
  top: 1px;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  top: 5px;
  width: 7px;
  right: 42px;
  height: 12px;
  border: solid var(--semantic-green);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.submit a {
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #6b3e2e;
}

.time_range {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.time_from {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  height: 40px;
}

.time_to {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: 40px;
}

/* owl register */
.owl_register .owl-dots {
  position: absolute !important;
  top: -54px !important;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span{
  background-image: url('../image/dot-gold.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}
.owl-theme .owl-dotss .owl-dot.active span{
  background-image: url('../image/seldot.png') !important;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-image: url('../image/dot-gold.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}
.owl-theme .owl-dotss .owl-dot:hover span {
  background-image: url('../image/dot-gold.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}

.owl-theme .owl-dots .owl-dot span{
  background-image: url('../image/dot.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}
.owl-theme .owl-dotss .owl-dot span{
  background-image: url('../image/dot.svg');
  background-color: transparent;
  background-size: cover;
  background-position: center;
  width: 35px;
  height: 35px;
}

.owl_register_container {
  display: flex;
  height: 382px;
  position: relative;
  justify-content: center;
  align-items: center;
}


.login-seller .container-checkbox .checkmark:after {
    width: 7px;
    right: 6px;
    top: 1px;
    height: 12px;
}

.login-seller .checkmark {
  border: 1px solid #B2BEC3;
  height: 20px;
  width: 20px;
}


.login_container {
  max-width: 612px;
}

@media screen and (max-width: 760px) {
  .container-checkbox {
    padding-left: 0px;
  }
}
@media screen and (width: 768px) {
  .login_container {
    max-width: auto !important;
    width: 100%;
  }
}

.alert.alert-danger.top-auto {
  top: auto;
}

.alert.alert-danger{
    background: none;
    border: none;
    color: var(--bs-danger);
    font-size: 13px;
    font-weight: bold;
    padding: 8px 0px;
}

.customer-button a:hover {
  color: var(--primary-color) !important;
}


.top-auto {
  top: auto;
}

.ad-form .collection .dropdown-toggle  {
  height: 30px !important;
}

.top-10x {
  top: -10px !important;
}


@media (min-width: 200px) and (max-width: 300px) {
  .otp_form .input_otp {
      width: 22px !important;
    
  }



}
@media (min-width: 300px) and (max-width: 400px) {
  .otp_form .input_otp {
      width: 30px !important;
 
  }

}

.otp_form input[type="number"]:not(.product_counter) {
    padding-left: 0px;
    padding-top: 9px !important;
}
